home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 308
- Top = 158
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'WinGuardian Setup'
- ClientHeight = 161
- ClientWidth = 300
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 300
- Height = 161
- Align = alClient
- BevelInner = bvRaised
- BorderStyle = bsSingle
- TabOrder = 0
- object AHMFillBackground1: TAHMFillBackground
- Left = 2
- Top = 2
- Width = 292
- Height = 153
- Background = Form1.AHMBackground1
- Align = alClient
- end
- object Label3: TLabel
- Left = 19
- Top = 7
- Width = 261
- Height = 21
- Caption = 'WinGuardian setup has completed:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- end
- object Label5: TLabel
- Left = 16
- Top = 38
- Width = 265
- Height = 13
- Caption = 'WinGuardian will automatically start every time'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label6: TLabel
- Left = 16
- Top = 55
- Width = 260
- Height = 13
- Caption = 'your computer starts. To access WinGuardian'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label4: TLabel
- Left = 16
- Top = 73
- Width = 239
- Height = 13
- Caption = 'at anytime, press CONTROL-ALT-SHIFT-Y'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 50
- Top = 102
- Width = 197
- Height = 13
- Caption = 'Would you like to view the release notes?'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object BitBtn1: TBitBtn
- Left = 64
- Top = 125
- Width = 75
- Height = 23
- Caption = 'Yes'
- TabOrder = 0
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 151
- Top = 125
- Width = 75
- Height = 23
- Caption = 'No'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 500
- OnTimer = Timer1Timer
- Left = 296
- Top = 24
- end
- end
-